Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

appIds

The application identifiers.

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of conditions.

Collection of Nano.Condition
NameDescriptionTypeAdditional information
description

Gets or sets the description.

string

None.

ordered

Gets or sets the ordered.

date

None.

type

Gets or sets the type.

string

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the condition identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "description": "sample String 1",
    "ordered": "2025-04-25T18:34:09.6191434Z",
    "type": "sample String 2",
    "app": "3",
    "id": "4"
  },
  {
    "description": "sample String 1",
    "ordered": "2025-04-25T18:34:09.6191434Z",
    "type": "sample String 2",
    "app": "3",
    "id": "4"
  }
]

text/html

Sample:
[{"description":"sample String 1","ordered":"2025-04-25T18:34:09.6191434Z","type":"sample String 2","app":"3","id":"4"},{"description":"sample String 1","ordered":"2025-04-25T18:34:09.6191434Z","type":"sample String 2","app":"3","id":"4"}]

application/xml, text/xml

Sample:
<ArrayOfCondition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Condition>
    <Description>sample String 1</Description>
    <Ordered>2025-04-25T18:34:09.6191434Z</Ordered>
    <Type>sample String 2</Type>
    <AppId>3</AppId>
    <ConditionId>4</ConditionId>
  </Condition>
  <Condition>
    <Description>sample String 1</Description>
    <Ordered>2025-04-25T18:34:09.6191434Z</Ordered>
    <Type>sample String 2</Type>
    <AppId>3</AppId>
    <ConditionId>4</ConditionId>
  </Condition>
</ArrayOfCondition>

application/vnd.api+json

Sample:

Sample not available.